All Questions
6 questions
1vote
0answers
428views
centos ssh connection closes when changing terminal window size
I have a centos 7 server on Vultr. But recently my ssh connection to the server automatically closes when I change my terminal window size. This is so weird. I have tried rebooting, restarting sshd ...
-2votes
4answers
1kviews
Automating SSh communication without Password Prompt [duplicate]
I want to communicate host1 to host2 using ssh, Lets think i have username/pwd of host2 , i want to connect to host2 using ssh via shell script, (which takes username and pwd as parameters) can ...
-2votes
2answers
2kviews
CentOS 7 SSH errors
having a bit of an issue with SSH and my CentOS 7 server. Here's a description of my problem. I have open-ssh setup on my server, and am able to ssh in as root (The server is a remote server, and ...
2votes
1answer
1kviews
n-factor SSH authentication for CentOS 7
How can I enable (and require) n-factor authentication for all SSH connections to a CentOS 7 server? I have read about Google Authenticator, which provides two factor authentication. But that is ...
3votes
1answer
3kviews
Granting access to a restricted git shell
I tried setting up git-shell on our CentOS (6.4) system (after getting this working correctly on Ubuntu 13.10, maybe cross platform hot mess?) my /etc/passwd shows git:x:500:500:Web Archive VCS:/home/...
7votes
2answers
4kviews
Giving some users only SSH and shell access with limited resource usage
I'm trying to make a user that can access my server through SSH and allow it to have a shell, limited to using only, say screen and irssi. And it shouldn't it be able to see other directories except ...